projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c8d8b
)
adwaita: Don't style window menu button anymore
author
Alexander Mikhaylenko
<alexm@gnome.org>
Wed, 6 May 2020 19:59:44 +0000
(
00:59
+0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Wed, 6 May 2020 19:59:44 +0000
(
00:59
+0500)
Those were removed with the introduction of GtkWindowControls, no need to
exclude them from the round style anymore.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 49d68bc1ac953287d2cbb4090ca4443a3201e5ee..19563f193316ef70b72eb5459d8797908688c8b2 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1359,13
+1359,11
@@
windowcontrols {
@extend %button_basic_flat;
- &:not(.menu) {
- border-radius: 9999px;
- padding: 6px;
- margin: 0 2px;
- min-width: 0;
- min-height: 0;
- }
+ border-radius: 9999px;
+ padding: 6px;
+ margin: 0 2px;
+ min-width: 0;
+ min-height: 0;
&:backdrop { -gtk-icon-shadow: none; }
}